|
|
Overview Viewing the OpenSpan Diagnostics Log 1. Right-click the application (in the Component Application Editor or the runtime), and select View OpenSpan Diagnostic Log from the context menu. 2. In the Select an OpenSpan log file window, select the IntergratorLog.txt file and click the Open button.
NOTE: There may also be an IntegratorLog1.txt file present. This file is associated with the Refreshing Cache window that displays for a very short period when interrogating and can be ignored. 3. The Integratorlog.txt file opens in Windows Notepad.
The following table describes the columns in the log file: Column | Description | MsgType | Describes the output level of the item message (for examplke, Verbose, Info, etc.). | Timestamp | Shows the time of the logged item. | Thread | Shows the Thread ID being executed on which the operation occurred. NOTE: This is the .NET managed thread ID, not the Windows thread ID or Java thread ID. | Category | Shows the appropriate log category for the logged item. | Design Component | For messages that involve an interrogated control or target, this column contains the adapter name. Otherwise, it is blank. | Component | For messages that involve an interrogated control, this column contains the control name. For messages that involve targets, it contains the target type. Otherwise, it is blank. | Message | Shows the actual text of the logged item. |
Return to OpenSpan Table of Contents |